projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed279e
)
gdk: remove quartz subdirectory from backends
author
Christian Hergert
<chergert@redhat.com>
Sat, 10 Oct 2020 03:04:27 +0000
(20:04 -0700)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000
(15:06 -0400)
gdk/meson.build
patch
|
blob
|
history
diff --git
a/gdk/meson.build
b/gdk/meson.build
index 9bb679160a6fe1e7c3df3854904a3e81198cd0dd..fb8956c1dfa0922689000d4260c3148fc5e3f825 100644
(file)
--- a/
gdk/meson.build
+++ b/
gdk/meson.build
@@
-227,7
+227,7
@@
libgdk_c_args = [
gdk_backends = []
gdk_backends_gen_headers = [] # non-public generated headers
-foreach backend : ['broadway', '
quartz', '
wayland', 'win32', 'x11', 'macos']
+foreach backend : ['broadway', 'wayland', 'win32', 'x11', 'macos']
if get_variable('@0@_enabled'.format(backend))
subdir(backend)
gdk_deps += get_variable('gdk_@0@_deps'.format(backend))